home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GRAPHICS / MPEGWORK.SPK / MPEG-Works / !MakeMPEG / !Help < prev    next >
Text File  |  1996-09-04  |  2KB  |  85 lines

  1.  
  2.  MakeMPEG 1.01
  3.  -------------
  4.  
  5.  This program is Public Domain, and is provided 'as is'. The authors cannot
  6.  accept any liability for any damage or loss of any kind as a result of the
  7.  use of this program.
  8.  You are allowed to copy, distribute and use this program for any
  9.  non-commercial purposes, as long as this file is included unaltered.
  10.  
  11.  MakeMPEG is a frontend for version 1.01 or later of our MPEG encoder.
  12.  
  13.  
  14.  Install
  15.  -------
  16.  The program should be installed together with the other MPEG tools in a
  17. non-write-protected directory.
  18.  
  19.  
  20.  In use
  21.  ------
  22.  When run, the program installs an icon on the iconbar. Click on this to
  23. open the encoder options window.
  24.  
  25.  This allows you to specify:
  26.  
  27.  - MPEG-1/MPEG-2.
  28.  - Playback bitrate or compression ratio (in %).
  29.  - Number of frames in a GOP.
  30.  - Film title.
  31.  
  32.  The encoding process can run multitasking if you want.
  33.  
  34.  
  35.  Frames
  36.  ------
  37.  The encoder takes either an ARMovie or a nested directory-structure holding
  38. PPM files as input. The ARMovie can be in any format and will be decompressed
  39. and saved as PPM files in a nested directory.
  40.  If you want to use PPM files as input, these should be numbered from 0 and
  41. up and they should be stored in a nested directory structure, like this:
  42.  
  43.  ADFS::IDE4.$.MPEG.Frames.<nn0).<nn1>.<nn2>
  44.  
  45.  <nn0> is <frame number> DIV 4096.
  46.  <nn1> is (<frame number> DIV 64) MOD 64.
  47.  <nn2> is <frame number> MOD 64.
  48.  
  49.  So frame number 93 is stored as ADFS::IDE4.MPEG.Frames.0.1.29.
  50.  
  51.  To specify the frames directory (ADFS::IDE4.MPEG.Frames in the example above)
  52. you drag the directory to the icon at the top of the encoder options window.
  53.  To specify the ARMovie, drag it to the icon at the top of the encoder
  54. options window.
  55.  
  56.  
  57.  Output
  58.  ------
  59.  The MPEG film will be stored in the frames directory as 'MPEGfile',
  60.  If you're using an ARMovie as input, the MPEG film will be stored in the
  61. same directory as the ARMovie, and will be called 'MPEGfile'. The PPM frames
  62. will be stored in a temporary directory inside either !Scrap, !ARWork or
  63. !MakeMPEG.
  64.  
  65.  Encoding is VERY slow - typically 1000 pixels/second on a Risc PC 600.
  66.  
  67.  
  68.  Addresses
  69.  ---------
  70.  Bug report, suggestions (and donations!!!) to
  71.  
  72.  Henrik Bjerregaard Pedersen
  73.  Bellahøjvej 126, st.th.
  74.  DK-2720 Vanløse
  75.  Denmark
  76.  email: henrik@login.dknet.dk
  77.  
  78.  or
  79.  
  80.  Søren Lange
  81.  Aldershvilevej 113, 1, -1
  82.  DK-2880 Bagsvaerd
  83.  Denmark
  84.  email: lange@login.dknet.dk
  85.